home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-E / MiniCad 5 Demo (Click Me!) / MiniCad 5 Demo (Click Me!).rsrc / STR#_7003.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  3.3 KB  |  175 lines

  1. ArrowHead(ArrowHeadType : INTEGER);
  2.  
  3. Sets the line marker style.
  4.  
  5. ArrowSize(MarkerSize : INTEGER);
  6.  
  7. Sets the current arrowhead size.
  8.  
  9. ClosePoly;
  10.  
  11. Automatically closes a polygon.
  12.  
  13. OpenPoly;
  14.  
  15. Does not close a polygon.
  16.  
  17. CopyMode(Operation : INTEGER);
  18.  
  19. Sets the transfer mode of the active layer: Paint, Overlay, Invert, etc.
  20.  
  21. NameObject(ObjectName : STRING);
  22.  
  23. Assigns a name to an object.
  24.  
  25. NameClass(ClassName : STRING);
  26.  
  27. Assigns an object to a class.
  28.  
  29. FillPat(PatternNumber : INTEGER);
  30.  
  31. Sets the fill pattern of objects that will be created.
  32.  
  33. FillFore(Red, Green, Blue : LONGINT);
  34.  
  35. Sets the fill foreground color.
  36.  
  37. FillBack(Red, Green, Blue : LONGINT);
  38.  
  39. Sets the fill background color.
  40.  
  41. PenFore(Red, Green, Blue : LONGINT);
  42.  
  43. Sets the pen foreground color.
  44.  
  45. PenBack(Red, Green, Blue : LONGINT);
  46.  
  47. Sets the pen background color.
  48.  
  49. LckObjs;
  50.  
  51. Locks all selected objects.
  52.  
  53. UnLckObjs;
  54.  
  55. Unlocks all selected objects.
  56.  
  57. PenPat(PatternNumber : INTEGER);
  58.  
  59. Sets the pen pattern for the line that will be created.
  60.  
  61. PenSize(LineWeight : INTEGER);
  62.  
  63. Specifies the line weight of the graphic pen.
  64.  
  65. PushAttrs;
  66.  
  67. Saves current attribute settings for later retrieval.
  68.  
  69. PopAttrs;
  70.  
  71. Retrieves stored attribute settings.
  72.  
  73. Smooth(SmoothType : INTEGER);
  74.  
  75. Smoothes polygons & freehand lines into spline curves.
  76.  
  77. ShowLayer;
  78.  
  79. Sets the layer‚Äôs visibility to normal.  The contents can be seen and selected from other layers.
  80.  
  81. HideLayer;
  82.  
  83. Sets the layer‚Äôs visibility to invisible.  The contents cannot be seen from other layers.
  84.  
  85. GrayLayer;
  86.  
  87. Sets the layer‚Äôs visibility to gray.  The contents are seen from other layers as grayed outlines.
  88.  
  89. ShowClass(ClassName : STRING);
  90.  
  91. Makes the class visible.
  92.  
  93. HideClass(ClassName : STRING);
  94.  
  95. Makes the class invisible.
  96.  
  97. GetCVis(ClassName : STRING) : REAL;
  98.  
  99. Gets class visibility.
  100.  
  101. NFillClass(ClassName : STRING);
  102.  
  103. Turns off all fill patterns in a class.
  104.  
  105. TextFace([TextFaceType]);
  106.  
  107. Sets the style of the text; e.g. TextFace([Bold,Underline]) makes text style underlined & bold.
  108.  
  109. TextFlip(FlipType : INTEGER);
  110.  
  111. Flips text vertically or horizontally.
  112. 1 = flip horizontal
  113. 2 = flip vertical
  114.  
  115. TextFont(FontNumber : INTEGER);
  116.  
  117. Sets text font.
  118.  
  119. TextJust(Justify : INTEGER);
  120.  
  121. Sets the text justification.
  122. 1 = Right justify
  123. 2 = Center justify
  124. 3 = Left justify
  125.  
  126. TextRotate(#Rotation : INTEGER);
  127.  
  128. Rotates selected text.
  129.  
  130. TextSize(Point : INTEGER);
  131.  
  132. Sets the text size in points.
  133.  
  134. TextSpace(Spacing : INTEGER);
  135.  
  136. Specifies the spacing between text lines.
  137.  
  138. GetUnits(VAR Frac,DisAcc : LONGINT; VAR Format : INTEGER; VAR UPI : REAL; UMark,SqUMark :
  139. STRING);
  140.  
  141. Retrieves current units settings.
  142.  
  143. SingleTolerance(ShowVal,BoxTxt :
  144. BOOLEAN; Leadr,Trailr : STRING;
  145. LimValu : LONGINT);
  146.  
  147. Sets single tolerance parameters for dimensions.
  148.  
  149. DoubleTolerance(ShowVal,BoxTxt :
  150. BOOLEAN; Leadr,Trailr : STRING;
  151. TopVal,BotVal : LONGINT);
  152.  
  153. Sets double tolerance parameters
  154. for dimensions.
  155.  
  156. DoubleFixedTolerance(ShowVal,BoxTxt :BOOLEAN; Leadr,Trailr : STRING;TopStr,BotStr : LONGINT);
  157.  
  158. Sets double fixed tolerance parameters for dimensions.
  159.  
  160. LimitTolerance(ShowVal,BoxTxt :
  161. BOOLEAN; Leadr,Trailr : STRING;
  162. TopVal,BotVal : LONGINT);
  163.  
  164. Sets limit tolerance parameters for dimensions.
  165.  
  166. AddDashStyle(ScalThick : BOOLEAN; NumPr : INTEGER; B1,W1,...,B5,W5 : REAL);
  167.  
  168. Defines custom linestyles.
  169.  
  170. GetDashStyle(ScalThick : BOOLEAN; NumPr : INTEGER;
  171. B1,W1,...B5,W5 : REAL);
  172.  
  173. Queries file for existence of specified linestyle.
  174.  
  175.